hopStart

@get:JvmName(name = "getHopStart")
@set:JvmName(name = "setHopStart")
var hopStart: Int
Hop limit with which the original packet started. Sent via LoRa using three bits in the unencrypted header.
When receiving a packet, the difference between hop_start and hop_limit gives how many hops it traveled.

uint32 hop_start = 15;